[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  COL()             Returns start of 'get' display vs end in S'87.

  Clipper Version  1.03 dtd 09/15/90.

  Problem Statement

  COL() returns the column at the start of a get display in Clipper 5.0
  vis-a-vis the end of the get display in Summer '87.

  Cause

  Unknown.

  Work Around(s)

  Adjust screen display commands accordingly or use the new Get Class
  functions; e.g.,

       ...
       @ 0,0 say "Input" GET <var> VALID myfunc
       READ

       FUNCTION myfunc
       LOCAL g := getactive()
       @ g:row, g:col + len(g:buffer) + 1  SAY '<CExp>'
       RETURN .t.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson